home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / PI.dxr / 00104.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  164 b   |  9 lines

  1. on enterFrame
  2.   global Voice
  3.   put "0 Radians" into field "Degree"
  4.   set thestageColor to the stageColor
  5.   if Voice then
  6.     puppetSound("pirad1.aif")
  7.   end if
  8. end
  9.